home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / devtools / precognition / src / library / hscrollerclass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  416 b   |  19 lines

  1. /* ==========================================================================
  2. **
  3. **                         HScrollerClass.h
  4. **
  5. ** ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef HSCROLLERCLASS_H
  11. #define HSCROLLERCLASS_H
  12.  
  13. #include "HScroller.h"
  14. #include "SliderClass.h"
  15. #include "parms.h"
  16.  
  17. struct PositionerClass *HScrollerClass __PARMS(( void ));
  18.  
  19. #endif